table2CSV.js problem using IE8

table2CSV.js problem using IE8

Hi,

I have a table
and using those plugin

table2CSV.js 
jquery.columnfilters.js
jquery.tablePager-1.1.js

With IE8 if I filter the table and get 5 results, if I generate a CSV I got all DB result not filtered so let say 100 entries.
With FF 3.6.8  if I filter the table and get 5 results if I generate a CSV I got only the 5 results and its working ok.
This work well also with Chrome.

Jquery version I'm using is jquery-1.3.2.min.js

Any clue? Is this a known issue?

Thanks
Lenamtl